home *** CD-ROM | disk | FTP | other *** search
/ Collection of Tools & Utilities / Collection of Tools and Utilities.iso / archiver / ldiff12.zip / README < prev   
Text File  |  1989-07-18  |  912b  |  22 lines

  1.  
  2.                                                         July 18, 1989
  3.  
  4. This is an upgrading utility similar to DIFF in UNIX but it works with
  5. BINARY files, too.  It is a new concept in such programs, from Japan,
  6. as most such programs only work with ASCII source files.  Free program.
  7.  
  8. Suppose you had a file ORIGINAL.EXE and you have revised it up to
  9. REVISED.EXE.  You don't want to distrube the entire REVISED.EXE (which
  10. might be very long) so here is what you can try:
  11.  
  12.         LDIFF c UP.DOC ORIGINAL.EXE REVISED.EXE
  13.         REN REVISED.EXE TEMP.EXE
  14.         LDIFF x UP.LZD ORIGINAL.EXE
  15.  
  16. You see a message:  Old File(ORIGINAL.EXE) is good SIZE & CRC, Creating
  17. REVISED.EXE from ORIGINAL.EXE with UP.LZD CONGRATULATION!!  Name of new
  18. file is then C:\REVISED.EXE.
  19.  
  20. You only have to distribute the UP.LZD file and ask people to use
  21. LDIFF.EXE to get the final LDIFF.EXE. the final ldiff.exe.
  22.